'Declaration
Public Function New( _ ByVal collection As IEnumerable(Of Byte()) _ )
'Usage
Dim collection As IEnumerable(Of Byte()) Dim instance As New ByteStringCollection(collection)
public ByteStringCollection( IEnumerable<byte[]> collection )
public: ByteStringCollection( IEnumerable<array<byte>>^ collection )
Parameters
- collection
- A collection of byte to add to this collection